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

Unified Diff: trunk/Source/core/rendering/ClipRect.h

Issue 61733005: Revert 161469 "Enable chromium_code=1 on Windows" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 1 month 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 | « trunk/Source/core/fetch/Resource.cpp ('k') | trunk/Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/rendering/ClipRect.h
===================================================================
--- trunk/Source/core/rendering/ClipRect.h (revision 161481)
+++ trunk/Source/core/rendering/ClipRect.h (working copy)
@@ -138,7 +138,7 @@
return m_overflowClipRect == other.overflowClipRect()
&& m_fixedClipRect == other.fixedClipRect()
&& m_posClipRect == other.posClipRect()
- && fixed() == other.fixed();
+ && m_fixed == other.fixed();
}
ClipRects& operator=(const ClipRects& other)
« no previous file with comments | « trunk/Source/core/fetch/Resource.cpp ('k') | trunk/Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698