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

Unified Diff: cc/test/fake_scrollbar_layer.h

Issue 21555004: Scrollbar Layer revert (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/layers/scrollbar_layer_unittest.cc ('k') | cc/test/fake_scrollbar_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_scrollbar_layer.h
===================================================================
--- cc/test/fake_scrollbar_layer.h (revision 215030)
+++ cc/test/fake_scrollbar_layer.h (working copy)
@@ -23,6 +23,12 @@
int update_count() const { return update_count_; }
void reset_update_count() { update_count_ = 0; }
+ size_t last_update_full_upload_size() const {
+ return last_update_full_upload_size_;
+ }
+ size_t last_update_partial_upload_size() const {
+ return last_update_partial_upload_size_;
+ }
virtual bool Update(ResourceUpdateQueue* queue,
const OcclusionTracker* occlusion) OVERRIDE;
@@ -42,6 +48,8 @@
int update_count_;
size_t push_properties_count_;
+ size_t last_update_full_upload_size_;
+ size_t last_update_partial_upload_size_;
};
} // namespace cc
« no previous file with comments | « cc/layers/scrollbar_layer_unittest.cc ('k') | cc/test/fake_scrollbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698