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

Unified Diff: cc/picture_layer_impl.cc.rej

Issue 11418250: [cc] Track the rendering & painting cost of impl-side painting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « cc/picture_layer_impl.cc.orig ('k') | cc/picture_layer_impl.h.orig » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer_impl.cc.rej
diff --git a/cc/picture_layer_impl.cc.rej b/cc/picture_layer_impl.cc.rej
new file mode 100644
index 0000000000000000000000000000000000000000..bfda845c9c694a467d9e282758209dd7694b509e
--- /dev/null
+++ b/cc/picture_layer_impl.cc.rej
@@ -0,0 +1,34 @@
+***************
+*** 4,9 ****
+
+ #include "cc/picture_layer_impl.h"
+
+ #include "cc/layer_tree_host_impl.h"
+ #include "cc/math_util.h"
+ #include "cc/quad_sink.h"
+--- 4,10 ----
+
+ #include "cc/picture_layer_impl.h"
+
++ #include "base/time.h"
+ #include "cc/layer_tree_host_impl.h"
+ #include "cc/math_util.h"
+ #include "cc/quad_sink.h"
+***************
+*** 13,19 ****
+
+ PictureLayerImpl::PictureLayerImpl(int id) :
+ LayerImpl(id),
+- tilings_(this) {
+ }
+
+ PictureLayerImpl::~PictureLayerImpl() {
+--- 14,21 ----
+
+ PictureLayerImpl::PictureLayerImpl(int id) :
+ LayerImpl(id),
++ tilings_(this),
++ last_update_time_(0) {
+ }
+
+ PictureLayerImpl::~PictureLayerImpl() {
« no previous file with comments | « cc/picture_layer_impl.cc.orig ('k') | cc/picture_layer_impl.h.orig » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698