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

Unified Diff: cc/CCQuadSink.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/CCQuadCullerTest.cpp ('k') | cc/CCRenderPass.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCQuadSink.h
diff --git a/cc/CCQuadSink.h b/cc/CCQuadSink.h
index 7f25fdd5fae4686a70e57e12bcb106719ba8196f..805fa1af5962b187b064ab782610b73796db6cee 100644
--- a/cc/CCQuadSink.h
+++ b/cc/CCQuadSink.h
@@ -11,6 +11,7 @@ namespace WebCore {
class CCDrawQuad;
+struct CCAppendQuadsData;
struct CCSharedQuadState;
class CCQuadSink {
@@ -22,7 +23,7 @@ public:
virtual CCSharedQuadState* useSharedQuadState(PassOwnPtr<CCSharedQuadState>) = 0;
// Returns true if the quad is added to the list, and false if the quad is entirely culled.
- virtual bool append(PassOwnPtr<CCDrawQuad> passDrawQuad) = 0;
+ virtual bool append(PassOwnPtr<CCDrawQuad> passDrawQuad, CCAppendQuadsData&) = 0;
};
}
« no previous file with comments | « cc/CCQuadCullerTest.cpp ('k') | cc/CCRenderPass.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698