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

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

Issue 2779273003: [Media Controls] Add UMA for timeline scrubber (Closed)
Patch Set: 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"
mlamouri (slow - plz ping) 2017/03/30 21:43:00 why?
johnme 2017/03/31 13:47:24 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