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

Unified Diff: blimp/client/feature/compositor/blimp_compositor.h

Issue 1962393004: Added a debug info UI for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: blimp/client/feature/compositor/blimp_compositor.h
diff --git a/blimp/client/feature/compositor/blimp_compositor.h b/blimp/client/feature/compositor/blimp_compositor.h
index e247db6b84b89ef0e62b511f82be4e3caf46a0a1..ab9f8c9d6eb5ca9142c014ef7ccd17c7de2fd89a 100644
--- a/blimp/client/feature/compositor/blimp_compositor.h
+++ b/blimp/client/feature/compositor/blimp_compositor.h
@@ -205,7 +205,7 @@ class BlimpCompositor
// the manager to be handled by the client compositor for the current render
// widget.
std::unique_ptr<BlimpInputManager> input_manager_;
-
+ int commit_count_ = 0;
Kevin M 2016/05/10 23:54:24 Add a comment with a similar level of detail as th
shaktisahu 2016/05/16 05:41:38 Field removed.
DISALLOW_COPY_AND_ASSIGN(BlimpCompositor);
};

Powered by Google App Engine
This is Rietveld 408576698