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

Unified Diff: cc/layers/picture_image_layer_impl.h

Issue 12954006: Let AreVisibleResourcesReady return correct value for PictureImageLayerImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: cc/layers/picture_image_layer_impl.h
diff --git a/cc/layers/picture_image_layer_impl.h b/cc/layers/picture_image_layer_impl.h
index 9c3f46da165252643bfc1ac0c3715c52857e8b9a..0375b8895dd513e8ee9041858c79ba28cf3c6011 100644
--- a/cc/layers/picture_image_layer_impl.h
+++ b/cc/layers/picture_image_layer_impl.h
@@ -24,10 +24,9 @@ class CC_EXPORT PictureImageLayerImpl : public PictureLayerImpl {
protected:
PictureImageLayerImpl(LayerTreeImpl* treeImpl, int id);
+ virtual bool ShouldAdjustRasterSourceScale() const OVERRIDE;
virtual void CalculateRasterContentsScale(
- bool animating_transform_to_screen,
- float* raster_contents_scale,
- float* low_res_raster_contents_scale) OVERRIDE;
+ bool animating_transform_to_screen) OVERRIDE;
virtual void GetDebugBorderProperties(
SkColor* color, float* width) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698