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

Unified Diff: third_party/WebKit/Source/platform/KeyboardCodes.h

Issue 2779273003: [Media Controls] Add UMA for timeline scrubber (Closed)
Patch Set: Address isherman's review comments Created 3 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
Index: third_party/WebKit/Source/platform/KeyboardCodes.h
diff --git a/third_party/WebKit/Source/platform/KeyboardCodes.h b/third_party/WebKit/Source/platform/KeyboardCodes.h
index 0c946388900e113c1958af2804efb47595731a20..e2e5f37cea49c25fef82356878b0d833e5a261fc 100644
--- a/third_party/WebKit/Source/platform/KeyboardCodes.h
+++ b/third_party/WebKit/Source/platform/KeyboardCodes.h
@@ -31,6 +31,8 @@
#ifndef KeyboardCodes_h
#define KeyboardCodes_h
+#include "platform/wtf/build_config.h"
esprehn 2017/04/04 18:56:02 Why is this needed?
johnme 2017/04/06 16:23:26 Because OS(WIN) below requires the OS macro define
+
#if OS(WIN)
#include <windows.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698