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

Unified Diff: cc/CCTileDrawQuad.h

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang Created 8 years, 2 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/CCTextureDrawQuad.cpp ('k') | cc/DelegatedRendererLayerChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTileDrawQuad.h
diff --git a/cc/CCTileDrawQuad.h b/cc/CCTileDrawQuad.h
index 21a98cfb864a41b095fd9b8aba439ffb86945c14..2bbcdfaf4677162f4222d83961e3db1a5108a1c8 100644
--- a/cc/CCTileDrawQuad.h
+++ b/cc/CCTileDrawQuad.h
@@ -20,6 +20,7 @@ public:
static scoped_ptr<CCTileDrawQuad> create(const CCSharedQuadState*, const IntRect& quadRect, const IntRect& opaqueRect, unsigned resourceId, const IntPoint& textureOffset, const IntSize& textureSize, GC3Dint textureFilter, bool swizzleContents, bool leftEdgeAA, bool topEdgeAA, bool rightEdgeAA, bool bottomEdgeAA);
unsigned resourceId() const { return m_resourceId; }
+ void setResourceId(unsigned id) { m_resourceId = id; }
IntPoint textureOffset() const { return m_textureOffset; }
IntSize textureSize() const { return m_textureSize; }
GC3Dint textureFilter() const { return m_textureFilter; }
« no previous file with comments | « cc/CCTextureDrawQuad.cpp ('k') | cc/DelegatedRendererLayerChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698