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

Unified Diff: cc/test/fake_scrollbar_layer.h

Issue 18191020: UI Resource Manager (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
Index: cc/test/fake_scrollbar_layer.h
===================================================================
--- cc/test/fake_scrollbar_layer.h (revision 210393)
+++ cc/test/fake_scrollbar_layer.h (working copy)
@@ -21,12 +21,6 @@
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 void Update(ResourceUpdateQueue* queue,
const OcclusionTracker* occlusion) OVERRIDE;
@@ -38,8 +32,6 @@
virtual ~FakeScrollbarLayer();
int update_count_;
- size_t last_update_full_upload_size_;
- size_t last_update_partial_upload_size_;
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698