X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2FDateTimeChooser.h;h=d85c3314d065391cc92c95c83df56b6f8ed09941;hb=d41e52f18cc3fee3627acf2db026b2a86c2a9d18;hp=bec4c6c3cb968ec091cdb63a22b0666ef050ccec;hpb=4e9e197c26c34b7055b2c5de6d4a770d317b468c;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/DateTimeChooser.h b/src/third_party/WebKit/Source/platform/DateTimeChooser.h index bec4c6c..d85c331 100644 --- a/src/third_party/WebKit/Source/platform/DateTimeChooser.h +++ b/src/third_party/WebKit/Source/platform/DateTimeChooser.h @@ -33,7 +33,6 @@ #include "platform/PlatformExport.h" #include "platform/geometry/IntRect.h" -#include "platform/heap/Handle.h" #include "wtf/RefCounted.h" #include "wtf/text/WTFString.h" @@ -64,12 +63,12 @@ struct DateTimeChooserParameters { bool isAnchorElementRTL; }; -class PLATFORM_EXPORT DateTimeChooser : public RefCountedWillBeGarbageCollectedFinalized { +// For pickers like color pickers and date pickers. +class PLATFORM_EXPORT DateTimeChooser : public RefCounted { public: virtual ~DateTimeChooser(); virtual void endChooser() = 0; - virtual void trace(Visitor*) { } }; } // namespace blink