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

Unified Diff: cc/resources/scoped_ui_resource.h

Issue 23805002: [cc] Enable specifying a overhang/gutter texture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't require Webkit patch Created 7 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 | « no previous file | cc/resources/scoped_ui_resource.cc » ('j') | cc/trees/layer_tree_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/scoped_ui_resource.h
diff --git a/cc/resources/scoped_ui_resource.h b/cc/resources/scoped_ui_resource.h
index 628d372c552f2707965b2011731dc3db4b0cc141..dc2093ff27d1bd48514198beaa5d0ce804b52ceb 100644
--- a/cc/resources/scoped_ui_resource.h
+++ b/cc/resources/scoped_ui_resource.h
@@ -22,6 +22,9 @@ class CC_EXPORT ScopedUIResource : public UIResourceClient {
scoped_refptr<UIResourceBitmap> bitmap);
virtual ~ScopedUIResource();
+ gfx::Size GetSize();
enne (OOO) 2013/09/03 23:18:26 const?
ccameron 2013/09/04 02:36:47 Done.
+
+ // UIResourceClient implementation.
virtual scoped_refptr<UIResourceBitmap> GetBitmap(
UIResourceId uid,
bool resource_lost) OVERRIDE;
« no previous file with comments | « no previous file | cc/resources/scoped_ui_resource.cc » ('j') | cc/trees/layer_tree_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698