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

Unified Diff: cc/CCQuadCuller.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/CCLayerTreeHostTest.cpp ('k') | cc/CCQuadCuller.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCQuadCuller.h
diff --git a/cc/CCQuadCuller.h b/cc/CCQuadCuller.h
index 12adaaab1e71eb830df7f01f7a394d6e7591561d..3474b10c5bfff4c9d8fc442f04455728b4d4f1f3 100644
--- a/cc/CCQuadCuller.h
+++ b/cc/CCQuadCuller.h
@@ -21,9 +21,7 @@ public:
// CCQuadSink implementation.
virtual CCSharedQuadState* useSharedQuadState(PassOwnPtr<CCSharedQuadState>) OVERRIDE;
- virtual bool append(PassOwnPtr<CCDrawQuad>) OVERRIDE;
-
- bool hasOcclusionFromOutsideTargetSurface() { return m_hasOcclusionFromOutsideTargetSurface; }
+ virtual bool append(PassOwnPtr<CCDrawQuad>, CCAppendQuadsData&) OVERRIDE;
private:
CCQuadList& m_quadList;
@@ -33,7 +31,6 @@ private:
const CCOcclusionTrackerBase<CCLayerImpl, CCRenderSurface>* m_occlusionTracker;
bool m_showCullingWithDebugBorderQuads;
bool m_forSurface;
- bool m_hasOcclusionFromOutsideTargetSurface;
};
}
« no previous file with comments | « cc/CCLayerTreeHostTest.cpp ('k') | cc/CCQuadCuller.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698