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

Unified Diff: cc/CCTextureLayerImpl.h

Issue 10898023: Update cc snapshot to WK r126941 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased Created 8 years, 4 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
« no previous file with comments | « cc/CCSolidColorLayerImplTest.cpp ('k') | cc/CCTextureLayerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTextureLayerImpl.h
diff --git a/cc/CCTextureLayerImpl.h b/cc/CCTextureLayerImpl.h
index 37cf83f4e0542b33b019d5a875ce74067d29562c..c29ba2db06206ddda4e0f53db26c916d814f4de4 100644
--- a/cc/CCTextureLayerImpl.h
+++ b/cc/CCTextureLayerImpl.h
@@ -18,7 +18,7 @@ public:
virtual ~CCTextureLayerImpl();
virtual void willDraw(CCResourceProvider*) OVERRIDE;
- virtual void appendQuads(CCQuadSink&, bool& hadMissingTiles) OVERRIDE;
+ virtual void appendQuads(CCQuadSink&, CCAppendQuadsData&) OVERRIDE;
virtual void didDraw(CCResourceProvider*) OVERRIDE;
virtual void didLoseContext() OVERRIDE;
« no previous file with comments | « cc/CCSolidColorLayerImplTest.cpp ('k') | cc/CCTextureLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698