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

Unified Diff: ui/views/views_exports.cc

Issue 1921673005: mus: Add PointerWatcher for passively observing mouse and touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « ui/views/views.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_exports.cc
diff --git a/ui/gfx/ui_gfx_exports.cc b/ui/views/views_exports.cc
similarity index 54%
copy from ui/gfx/ui_gfx_exports.cc
copy to ui/views/views_exports.cc
index ca95eb33194449769b4f66400f24581c05472b56..f1ba3f5336ed224e9ca95a6a0890b097d947455d 100644
--- a/ui/gfx/ui_gfx_exports.cc
+++ b/ui/views/views_exports.cc
@@ -1,10 +1,10 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file is for including headers that are not included in any other .cc
-// files contained with the ui/gfx module. We need to include these here so
+// files contained within the ui/views module. We need to include these here so
// that linker will know to include the symbols, defined by these headers, in
-// the resulting dynamic library (gfx.dll).
+// the resulting dynamic library.
-#include "ui/gfx/vsync_provider.h"
+#include "ui/views/pointer_watcher.h"
« no previous file with comments | « ui/views/views.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698