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

Unified Diff: third_party/WebKit/Source/core/input/InputDeviceCapabilities.h

Issue 1922763003: Remove unnecessary uses of GarbageCollectedFinalized<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo revival of unused includes Created 4 years, 8 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/input/InputDeviceCapabilities.h
diff --git a/third_party/WebKit/Source/core/input/InputDeviceCapabilities.h b/third_party/WebKit/Source/core/input/InputDeviceCapabilities.h
index c4048501ed69cdccf515d899a9e46909ed2726e4..443aa21867c408ce328c83a67d4ed2d56ef68210 100644
--- a/third_party/WebKit/Source/core/input/InputDeviceCapabilities.h
+++ b/third_party/WebKit/Source/core/input/InputDeviceCapabilities.h
@@ -11,12 +11,9 @@
namespace blink {
-class CORE_EXPORT InputDeviceCapabilities final : public GarbageCollectedFinalized<InputDeviceCapabilities>, public ScriptWrappable {
+class CORE_EXPORT InputDeviceCapabilities final : public GarbageCollected<InputDeviceCapabilities>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
-
public:
- ~InputDeviceCapabilities();
-
// This return a static local InputDeviceCapabilities pointer which has firesTouchEvents set to be true.
static InputDeviceCapabilities* firesTouchEventsSourceCapabilities();
« no previous file with comments | « third_party/WebKit/Source/core/dom/MessageChannel.h ('k') | third_party/WebKit/Source/core/input/InputDeviceCapabilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698