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

Side by Side Diff: Source/core/dom/StyleChangeReason.h

Issue 615663003: Remove unused StyleChangeReason::Plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/dom/StyleChangeReason.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 StyleChangeReason_h 5 #ifndef StyleChangeReason_h
6 #define StyleChangeReason_h 6 #define StyleChangeReason_h
7 7
8 #include "core/dom/QualifiedName.h" 8 #include "core/dom/QualifiedName.h"
9 #include "wtf/NullPtr.h" 9 #include "wtf/NullPtr.h"
10 #include "wtf/PassRefPtr.h" 10 #include "wtf/PassRefPtr.h"
(...skipping 16 matching lines...) Expand all
27 extern const char DesignMode[]; 27 extern const char DesignMode[];
28 extern const char Drag[]; 28 extern const char Drag[];
29 extern const char FontSizeChange[]; 29 extern const char FontSizeChange[];
30 extern const char Fonts[]; 30 extern const char Fonts[];
31 extern const char FullScreen[]; 31 extern const char FullScreen[];
32 extern const char Inline[]; 32 extern const char Inline[];
33 extern const char Inspector[]; 33 extern const char Inspector[];
34 extern const char Language[]; 34 extern const char Language[];
35 extern const char LinkColorChange[]; 35 extern const char LinkColorChange[];
36 extern const char PlatformColorChange[]; 36 extern const char PlatformColorChange[];
37 extern const char Plugin[];
38 extern const char PropagateInheritChangeToDistributedNodes[]; 37 extern const char PropagateInheritChangeToDistributedNodes[];
39 extern const char PseudoClass[]; 38 extern const char PseudoClass[];
40 extern const char SVGContainerSizeChange[]; 39 extern const char SVGContainerSizeChange[];
41 extern const char SVGCursor[]; 40 extern const char SVGCursor[];
42 extern const char SVGFilterLayerUpdate[]; 41 extern const char SVGFilterLayerUpdate[];
43 extern const char Shadow[]; 42 extern const char Shadow[];
44 extern const char SiblingSelector[]; 43 extern const char SiblingSelector[];
45 extern const char StyleInvalidator[]; 44 extern const char StyleInvalidator[];
46 extern const char StyleSheetChange[]; 45 extern const char StyleSheetChange[];
47 extern const char Validate[]; 46 extern const char Validate[];
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 void operator==(const StyleChangeReasonForTracing&) const { } 99 void operator==(const StyleChangeReasonForTracing&) const { }
101 void operator!=(const StyleChangeReasonForTracing&) const { } 100 void operator!=(const StyleChangeReasonForTracing&) const { }
102 101
103 const char* m_reason; 102 const char* m_reason;
104 AtomicString m_extraData; 103 AtomicString m_extraData;
105 }; 104 };
106 105
107 } // namespace blink 106 } // namespace blink
108 107
109 #endif // StyleChangeReason_h 108 #endif // StyleChangeReason_h
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/StyleChangeReason.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698