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

Unified Diff: cc/nine_patch_layer.h

Issue 11420021: Handle NinePatchLayer Resource Rebuilding. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/nine_patch_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/nine_patch_layer.h
diff --git a/cc/nine_patch_layer.h b/cc/nine_patch_layer.h
index ee38ac485b8d088012c632adf398d252032413ae..a11cd650e174fbf14777c8562fa707baf9bb7c97 100644
--- a/cc/nine_patch_layer.h
+++ b/cc/nine_patch_layer.h
@@ -39,6 +39,7 @@ private:
virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE;
void createUpdaterIfNeeded();
+ void createResource();
scoped_refptr<ImageLayerUpdater> m_updater;
scoped_ptr<LayerUpdater::Resource> m_resource;
« no previous file with comments | « no previous file | cc/nine_patch_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698