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

Unified Diff: ui/views/test/native_widget_factory_desktop.cc

Issue 1995963002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo accidental change 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: ui/views/test/native_widget_factory_desktop.cc
diff --git a/ui/views/test/native_widget_factory_desktop.cc b/ui/views/test/native_widget_factory_desktop.cc
index dfc97ad220dca1304a8ad8c0eac0164fd5661bd7..8129b3ac10ebce4f73a1d55d8e91e35c33de6e3a 100644
--- a/ui/views/test/native_widget_factory_desktop.cc
+++ b/ui/views/test/native_widget_factory_desktop.cc
@@ -33,7 +33,6 @@ class TestPlatformDesktopNativeWidget : public PlatformDesktopNativeWidget {
~TestPlatformDesktopNativeWidget() override;
private:
- bool mouse_capture_;
bool* destroyed_;
DISALLOW_COPY_AND_ASSIGN(TestPlatformDesktopNativeWidget);
« ui/gl/sync_control_vsync_provider.cc ('K') | « ui/gl/sync_control_vsync_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698