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

Unified Diff: cc/CCSharedQuadState.h

Issue 10917153: Update cc snapshot to r127918 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/CCRenderer.h ('k') | cc/CCSharedQuadState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCSharedQuadState.h
diff --git a/cc/CCSharedQuadState.h b/cc/CCSharedQuadState.h
index 9e591b7ee82866c5bf09e2fbd6f6fe77f8dfc438..01580860dd6d36e48eaef3b99310c0358801e841 100644
--- a/cc/CCSharedQuadState.h
+++ b/cc/CCSharedQuadState.h
@@ -24,7 +24,8 @@ struct CCSharedQuadState {
static PassOwnPtr<CCSharedQuadState> create(const WebKit::WebTransformationMatrix& quadTransform, const IntRect& visibleContentRect, const IntRect& clippedRectInTarget, float opacity, bool opaque);
CCSharedQuadState(const WebKit::WebTransformationMatrix& quadTransform, const IntRect& visibleContentRect, const IntRect& clippedRectInTarget, float opacity, bool opaque);
- bool isLayerAxisAlignedIntRect() const;
+
+ PassOwnPtr<CCSharedQuadState> copy() const;
};
}
« no previous file with comments | « cc/CCRenderer.h ('k') | cc/CCSharedQuadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698