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

Unified Diff: third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h

Issue 2885033007: Disable color/date chooser in VR mode via WebPreferences (Closed)
Patch Set: added explanatory comment. Created 3 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: third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h
diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h b/third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h
index 29a541b164f76ed64b1845aa8a6536785cd37cad..30e4ead1a92af008b151c0928012bb513fe50568 100644
--- a/third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h
@@ -31,6 +31,7 @@
#ifndef DateTimeChooserClient_h
#define DateTimeChooserClient_h
+#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "platform/wtf/Forward.h"
@@ -38,7 +39,7 @@ namespace blink {
class Element;
-class DateTimeChooserClient : public GarbageCollectedMixin {
+class CORE_EXPORT DateTimeChooserClient : public GarbageCollectedMixin {
public:
virtual ~DateTimeChooserClient();
DEFINE_INLINE_VIRTUAL_TRACE() {}
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/ColorChooserClient.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698