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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h

Issue 2291723002: Manually rename \<m_[0-9]... fields to help rewrite_to_chrome_style tool. (Closed)
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index ef5f4744bedf091c24e0b620ae3c938eb0cd9648..55fbed9fbc00a33663c6558e6306d5e554cf43ac 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -369,7 +369,7 @@ private:
WeakPersistent<ScrollableArea> m_scrollableArea;
GraphicsLayerDebugInfo m_debugInfo;
- int m_3dRenderingContext;
+ int m_renderingContext3d;
std::unique_ptr<PaintController> m_paintController;

Powered by Google App Engine
This is Rietveld 408576698