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

Unified Diff: Source/web/RotationViewportAnchor.h

Issue 1002423003: Oilpan: Build fix after r192015 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/web/RotationViewportAnchor.h
diff --git a/Source/web/RotationViewportAnchor.h b/Source/web/RotationViewportAnchor.h
index ffbb655e2d7e582fd8d7d36a32b66bd03d9ae6b2..a9cd52f7bd46459209f5c91bb66dc8d908b8a2e6 100644
--- a/Source/web/RotationViewportAnchor.h
+++ b/Source/web/RotationViewportAnchor.h
@@ -56,7 +56,7 @@ private:
// normalized to the outer viewport size.
FloatSize m_normalizedPinchViewportOffset;
- RefPtrWillBeMember<Node> m_anchorNode;
+ RefPtrWillBePersistent<Node> m_anchorNode;
LayoutRect m_anchorNodeBounds;
FloatSize m_anchorInInnerViewCoords;
« 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