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

Unified Diff: cc/scheduler/begin_frame_source.h

Issue 1995983002: Fix "unused variable" warnings. (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: cc/scheduler/begin_frame_source.h
diff --git a/cc/scheduler/begin_frame_source.h b/cc/scheduler/begin_frame_source.h
index cb23667a2740fdca325c2c979fdc5f8401c383d4..575ab06beb450555065d2801b7f388c3b4180bdc 100644
--- a/cc/scheduler/begin_frame_source.h
+++ b/cc/scheduler/begin_frame_source.h
@@ -155,8 +155,6 @@ class CC_EXPORT BeginFrameSourceBase : public BeginFrameSource {
bool paused_;
private:
- bool inside_as_value_into_;
-
DISALLOW_COPY_AND_ASSIGN(BeginFrameSourceBase);
};

Powered by Google App Engine
This is Rietveld 408576698