Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: Source/WebKit/chromium/tests/CCTiledLayerTestCommon.h

Issue 10690121: Merge 121076 - [chromium] LayerRendererChromium is not getting visibility messages in single thread… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebKit/chromium/tests/CCTiledLayerTestCommon.h
===================================================================
--- Source/WebKit/chromium/tests/CCTiledLayerTestCommon.h (revision 122257)
+++ Source/WebKit/chromium/tests/CCTiledLayerTestCommon.h (working copy)
@@ -150,8 +150,9 @@
class FakeTextureAllocator : public WebCore::TextureAllocator {
public:
- virtual unsigned createTexture(const WebCore::IntSize&, GC3Denum) { return 1; }
- virtual void deleteTexture(unsigned, const WebCore::IntSize&, GC3Denum) { }
+ virtual unsigned createTexture(const WebCore::IntSize&, GC3Denum) OVERRIDE { return 1; }
+ virtual void deleteTexture(unsigned, const WebCore::IntSize&, GC3Denum) OVERRIDE { }
+ virtual void deleteAllTextures() OVERRIDE { }
};
class FakeTextureCopier : public WebCore::TextureCopier {
« no previous file with comments | « Source/WebKit/chromium/tests/CCSchedulerStateMachineTest.cpp ('k') | Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698