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

Unified Diff: sky/engine/core/rendering/style/RenderStyle.cpp

Issue 834693007: Remove the remaining parts of ignorePendingStylesheets and placeholder styles. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Skip crashing test Created 5 years, 11 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
Index: sky/engine/core/rendering/style/RenderStyle.cpp
diff --git a/sky/engine/core/rendering/style/RenderStyle.cpp b/sky/engine/core/rendering/style/RenderStyle.cpp
index 8f5f7253ea73997ec0cac1f3b444b45812987d16..b131493481958b5cce8113b558097815abec1d6b 100644
--- a/sky/engine/core/rendering/style/RenderStyle.cpp
+++ b/sky/engine/core/rendering/style/RenderStyle.cpp
@@ -212,11 +212,6 @@ bool RenderStyle::operator==(const RenderStyle& o) const
&& inherited == o.inherited;
}
-bool RenderStyle::isStyleAvailable() const
-{
- return this != StyleResolver::styleNotYetAvailable();
-}
-
bool RenderStyle::inheritedNotEqual(const RenderStyle* other) const
{
return inherited_flags != other->inherited_flags

Powered by Google App Engine
This is Rietveld 408576698