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

Side by Side Diff: third_party/WebKit/Source/core/css/MediaValues.h

Issue 1882003002: include RefCounted.h where needed, only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MediaValues_h 5 #ifndef MediaValues_h
6 #define MediaValues_h 6 #define MediaValues_h
7 7
8 #include "core/CoreExport.h" 8 #include "core/CoreExport.h"
9 #include "core/css/CSSPrimitiveValue.h" 9 #include "core/css/CSSPrimitiveValue.h"
10 #include "platform/heap/Handle.h"
10 #include "public/platform/PointerProperties.h" 11 #include "public/platform/PointerProperties.h"
11 #include "public/platform/WebDisplayMode.h" 12 #include "public/platform/WebDisplayMode.h"
12 #include "wtf/RefCounted.h"
13 #include "wtf/RefPtr.h"
14 13
15 namespace blink { 14 namespace blink {
16 15
17 class Document; 16 class Document;
18 class CSSPrimitiveValue; 17 class CSSPrimitiveValue;
19 class LocalFrame; 18 class LocalFrame;
20 19
21 class CORE_EXPORT MediaValues : public GarbageCollectedFinalized<MediaValues> { 20 class CORE_EXPORT MediaValues : public GarbageCollectedFinalized<MediaValues> {
22 public: 21 public:
23 22
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 static int calculateAvailablePointerTypes(LocalFrame*); 76 static int calculateAvailablePointerTypes(LocalFrame*);
78 static HoverType calculatePrimaryHoverType(LocalFrame*); 77 static HoverType calculatePrimaryHoverType(LocalFrame*);
79 static int calculateAvailableHoverTypes(LocalFrame*); 78 static int calculateAvailableHoverTypes(LocalFrame*);
80 static LocalFrame* frameFrom(Document&); 79 static LocalFrame* frameFrom(Document&);
81 80
82 }; 81 };
83 82
84 } // namespace blink 83 } // namespace blink
85 84
86 #endif // MediaValues_h 85 #endif // MediaValues_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaQueryMatcher.h ('k') | third_party/WebKit/Source/core/css/StyleMedia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698