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

Side by Side Diff: Source/core/page/UseCounter.h

Issue 14612004: Remove CURSOR_VISIBILITY, it's always off (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Upload again Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/rendering/style/RenderStyle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 PrecisionAttribute, 105 PrecisionAttribute,
106 PrefixedDirectoryAttribute, 106 PrefixedDirectoryAttribute,
107 PrefixedSpeechAttribute, 107 PrefixedSpeechAttribute,
108 RequiredAttribute, 108 RequiredAttribute,
109 ResultsAttribute, 109 ResultsAttribute,
110 StepAttribute, 110 StepAttribute,
111 PageVisits, 111 PageVisits,
112 HTMLMarqueeElement, 112 HTMLMarqueeElement,
113 CSSOverflowMarquee, 113 CSSOverflowMarquee,
114 Reflection, 114 Reflection,
115 CursorVisibility,
ojan 2013/05/01 01:31:13 You can't remove things from this enum. The number
116 StorageInfo, 115 StorageInfo,
117 XFrameOptions, 116 XFrameOptions,
118 XFrameOptionsSameOrigin, 117 XFrameOptionsSameOrigin,
119 XFrameOptionsSameOriginWithBadAncestorChain, 118 XFrameOptionsSameOriginWithBadAncestorChain,
120 DeprecatedFlexboxWebContent, 119 DeprecatedFlexboxWebContent,
121 DeprecatedFlexboxChrome, 120 DeprecatedFlexboxChrome,
122 DeprecatedFlexboxChromeExtension, 121 DeprecatedFlexboxChromeExtension,
123 SVGTRefElement, 122 SVGTRefElement,
124 UnprefixedPerformanceTimeline, 123 UnprefixedPerformanceTimeline,
125 PrefixedPerformanceTimeline, 124 PrefixedPerformanceTimeline,
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 } 167 }
169 168
170 void updateMeasurements(); 169 void updateMeasurements();
171 170
172 OwnPtr<BitVector> m_countBits; 171 OwnPtr<BitVector> m_countBits;
173 }; 172 };
174 173
175 } // namespace WebCore 174 } // namespace WebCore
176 175
177 #endif // UseCounter_h 176 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/rendering/style/RenderStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698