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

Unified Diff: Source/core/css/resolver/StyleBuilder.h

Issue 15157002: Begin moving DeprecatedStyleBuilder properties to new generated StyleBuilder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: move StyleBuilder call to below DeprecatedStyleBuilder 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/DeprecatedStyleBuilder.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/StyleBuilder.h
diff --git a/Source/core/loader/UniqueIdentifier.h b/Source/core/css/resolver/StyleBuilder.h
similarity index 86%
copy from Source/core/loader/UniqueIdentifier.h
copy to Source/core/css/resolver/StyleBuilder.h
index c1dc5a2b000338f48b787c9292d80ef1671f5600..ca5e5753f311abb17b3bc128166e2bfc176be8e6 100644
--- a/Source/core/loader/UniqueIdentifier.h
+++ b/Source/core/css/resolver/StyleBuilder.h
@@ -28,14 +28,21 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef UniqueIdentifier_h
-#define UniqueIdentifier_h
+#ifndef StyleBuilder_h
+#define StyleBuilder_h
+
+#include "CSSPropertyNames.h"
namespace WebCore {
-unsigned long createUniqueIdentifier();
+class CSSValue;
+class StyleResolver;
-}
+class StyleBuilder {
+public:
+ static bool applyProperty(CSSPropertyID, StyleResolver*, CSSValue*, bool isInitial, bool isInherit);
+};
-#endif // UniqueIdentifier_h
+}
+#endif
« no previous file with comments | « Source/core/css/DeprecatedStyleBuilder.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698