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

Unified Diff: cc/picture_layer.h

Issue 11421210: cc: Apply contents scales to impl-side painting rasterization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years 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/picture_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer.h
diff --git a/cc/picture_layer.h b/cc/picture_layer.h
index 15176872773c2168660e5a1fbd6509a0e9b7503c..3aab8fdfb00f4bc6b24d082864ff0221eeffd240 100644
--- a/cc/picture_layer.h
+++ b/cc/picture_layer.h
@@ -5,6 +5,7 @@
#ifndef CC_PICTURE_LAYER_H_
#define CC_PICTURE_LAYER_H_
+#include "cc/contents_scaling_layer.h"
#include "cc/layer.h"
#include "cc/picture_pile.h"
#include "cc/occlusion_tracker.h"
@@ -15,7 +16,7 @@ class ContentLayerClient;
class ResourceUpdateQueue;
struct RenderingStats;
-class CC_EXPORT PictureLayer : public Layer {
+class CC_EXPORT PictureLayer : public ContentsScalingLayer {
public:
static scoped_refptr<PictureLayer> create(ContentLayerClient*);
« no previous file with comments | « no previous file | cc/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698