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

Unified Diff: third_party/WebKit/Source/core/html/forms/ColorChooserClient.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/ColorChooserClient.h
diff --git a/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h b/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
index 34f456901e8376fe38b338270fd8fea46079f29b..0fa3f6ab08adacf95832b025997a07cc34d64af5 100644
--- a/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
+++ b/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
@@ -31,6 +31,7 @@
#ifndef ColorChooserClient_h
#define ColorChooserClient_h
+#include "core/CoreExport.h"
#include "platform/ColorSuggestion.h"
#include "platform/geometry/IntRect.h"
#include "platform/heap/Handle.h"
@@ -40,7 +41,7 @@ namespace blink {
class Element;
-class ColorChooserClient : public GarbageCollectedMixin {
+class CORE_EXPORT ColorChooserClient : public GarbageCollectedMixin {
public:
virtual ~ColorChooserClient();
DEFINE_INLINE_VIRTUAL_TRACE() {}
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.json5 ('k') | third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698