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

Unified Diff: cc/layers/image_layer.h

Issue 373113003: Keeping track of descendants that draw content instead of recalcualting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/layers/heads_up_display_layer.cc ('k') | cc/layers/image_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/image_layer.h
diff --git a/cc/layers/image_layer.h b/cc/layers/image_layer.h
index 2f3255f092af7f3cd55556b82214f2a359b30bae..54051129c48b747273212398be25110e8063ab5b 100644
--- a/cc/layers/image_layer.h
+++ b/cc/layers/image_layer.h
@@ -19,7 +19,6 @@ class CC_EXPORT ImageLayer : public TiledLayer {
static scoped_refptr<ImageLayer> Create();
// Layer implementation.
- virtual bool DrawsContent() const OVERRIDE;
virtual void SetTexturePriorities(const PriorityCalculator& priority_calc)
OVERRIDE;
virtual bool Update(ResourceUpdateQueue* queue,
@@ -36,6 +35,9 @@ class CC_EXPORT ImageLayer : public TiledLayer {
void SetBitmap(const SkBitmap& image);
+ protected:
+ virtual bool HasDrawableContent() const OVERRIDE;
+
private:
ImageLayer();
virtual ~ImageLayer();
« no previous file with comments | « cc/layers/heads_up_display_layer.cc ('k') | cc/layers/image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698