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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/picture_layer_impl.cc.orig ('k') | cc/picture_layer_impl.h.orig » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ***************
2 *** 4,9 ****
3
4 #include "cc/picture_layer_impl.h"
5
6 #include "cc/layer_tree_host_impl.h"
7 #include "cc/math_util.h"
8 #include "cc/quad_sink.h"
9 --- 4,10 ----
10
11 #include "cc/picture_layer_impl.h"
12
13 + #include "base/time.h"
14 #include "cc/layer_tree_host_impl.h"
15 #include "cc/math_util.h"
16 #include "cc/quad_sink.h"
17 ***************
18 *** 13,19 ****
19
20 PictureLayerImpl::PictureLayerImpl(int id) :
21 LayerImpl(id),
22 - tilings_(this) {
23 }
24
25 PictureLayerImpl::~PictureLayerImpl() {
26 --- 14,21 ----
27
28 PictureLayerImpl::PictureLayerImpl(int id) :
29 LayerImpl(id),
30 + tilings_(this),
31 + last_update_time_(0) {
32 }
33
34 PictureLayerImpl::~PictureLayerImpl() {
OLDNEW
« 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