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

Unified Diff: Source/core/inspector/InspectorController.cpp

Issue 119693002: Don't force recalc if there are no shadow boundary crossing rules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorController.cpp
diff --git a/Source/core/inspector/InspectorController.cpp b/Source/core/inspector/InspectorController.cpp
index b4364bf8866932a9c7c00aef6bfeef65e3ddc3ca..eaa5cdf257d816389ed62c20931de9bced489a1d 100644
--- a/Source/core/inspector/InspectorController.cpp
+++ b/Source/core/inspector/InspectorController.cpp
@@ -288,8 +288,6 @@ void InspectorController::evaluateForTestInFrontend(long callId, const String& s
void InspectorController::drawHighlight(GraphicsContext& context) const
{
- // https://code.google.com/p/chromium/issues/detail?id=343757
- DisableCompositingQueryAsserts disabler;
m_overlay->paint(context);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698