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

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: Fix UseCounter 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, 115 CursorVisibility, // Removed, was -webkit-cursor-visibility.
116 StorageInfo, 116 StorageInfo,
117 XFrameOptions, 117 XFrameOptions,
118 XFrameOptionsSameOrigin, 118 XFrameOptionsSameOrigin,
119 XFrameOptionsSameOriginWithBadAncestorChain, 119 XFrameOptionsSameOriginWithBadAncestorChain,
120 DeprecatedFlexboxWebContent, 120 DeprecatedFlexboxWebContent,
121 DeprecatedFlexboxChrome, 121 DeprecatedFlexboxChrome,
122 DeprecatedFlexboxChromeExtension, 122 DeprecatedFlexboxChromeExtension,
123 SVGTRefElement, 123 SVGTRefElement,
124 UnprefixedPerformanceTimeline, 124 UnprefixedPerformanceTimeline,
125 PrefixedPerformanceTimeline, 125 PrefixedPerformanceTimeline,
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 } 168 }
169 169
170 void updateMeasurements(); 170 void updateMeasurements();
171 171
172 OwnPtr<BitVector> m_countBits; 172 OwnPtr<BitVector> m_countBits;
173 }; 173 };
174 174
175 } // namespace WebCore 175 } // namespace WebCore
176 176
177 #endif // UseCounter_h 177 #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