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

Unified Diff: content/browser/renderer_host/input/web_input_event_builders_win.h

Issue 981393002: Second attempt at fixing pointer lock issues with Windows HiDPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added the files for the test Created 5 years, 9 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 | « no previous file | content/browser/renderer_host/input/web_input_event_builders_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/web_input_event_builders_win.h
diff --git a/content/browser/renderer_host/input/web_input_event_builders_win.h b/content/browser/renderer_host/input/web_input_event_builders_win.h
index 1c77431b7a42b10d113c0f74e7faac7600a96b17..21aa7d3bf6889f199fb3f88fc12f694e5bed607d 100644
--- a/content/browser/renderer_host/input/web_input_event_builders_win.h
+++ b/content/browser/renderer_host/input/web_input_event_builders_win.h
@@ -7,11 +7,12 @@
#include <windows.h>
+#include "content/common/content_export.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
namespace content {
-class WebKeyboardEventBuilder {
+class CONTENT_EXPORT WebKeyboardEventBuilder {
public:
static blink::WebKeyboardEvent Build(HWND hwnd,
UINT message,
@@ -20,7 +21,7 @@ class WebKeyboardEventBuilder {
DWORD time_ms);
};
-class WebMouseEventBuilder {
+class CONTENT_EXPORT WebMouseEventBuilder {
public:
static blink::WebMouseEvent Build(HWND hwnd,
UINT message,
@@ -29,7 +30,7 @@ class WebMouseEventBuilder {
DWORD time_ms);
};
-class WebMouseWheelEventBuilder {
+class CONTENT_EXPORT WebMouseWheelEventBuilder {
public:
static blink::WebMouseWheelEvent Build(HWND hwnd,
UINT message,
« no previous file with comments | « no previous file | content/browser/renderer_host/input/web_input_event_builders_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698