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

Unified Diff: cc/resources/picture_pile.h

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/resources/picture_layer_tiling_set_unittest.cc ('k') | cc/resources/picture_pile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_pile.h
diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h
index 595ded4a4e5d176733ff1f07352630efb8cd49e1..7cd22296c5f23f80e4de98cba3a7696313eb9323 100644
--- a/cc/resources/picture_pile.h
+++ b/cc/resources/picture_pile.h
@@ -5,6 +5,7 @@
#ifndef CC_RESOURCES_PICTURE_PILE_H_
#define CC_RESOURCES_PICTURE_PILE_H_
+#include "base/memory/ref_counted.h"
#include "cc/resources/picture_pile_base.h"
#include "ui/gfx/geometry/rect.h"
@@ -16,6 +17,7 @@ class RenderingStatsInstrumentation;
class CC_EXPORT PicturePile : public PicturePileBase {
public:
PicturePile();
+ ~PicturePile() override;
// Re-record parts of the picture that are invalid.
// Invalidations are in layer space, and will be expanded to cover everything
@@ -53,9 +55,6 @@ class CC_EXPORT PicturePile : public PicturePileBase {
void SetPixelRecordDistanceForTesting(int d) { pixel_record_distance_ = d; }
- protected:
- ~PicturePile() override;
-
private:
friend class PicturePileImpl;
« no previous file with comments | « cc/resources/picture_layer_tiling_set_unittest.cc ('k') | cc/resources/picture_pile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698