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

Unified Diff: Source/platform/mac/LocalCurrentGraphicsContext.mm

Issue 620673006: Fix progress bar regression on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Source/platform/mac/LocalCurrentGraphicsContext.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/LocalCurrentGraphicsContext.mm
diff --git a/Source/platform/mac/LocalCurrentGraphicsContext.mm b/Source/platform/mac/LocalCurrentGraphicsContext.mm
index 04a75369ddc5334d756a357413e8a9585afa60c6..4f4935f6c039a74c94ad4ca53135bfa572f70f31 100644
--- a/Source/platform/mac/LocalCurrentGraphicsContext.mm
+++ b/Source/platform/mac/LocalCurrentGraphicsContext.mm
@@ -67,12 +67,4 @@ CGContextRef LocalCurrentGraphicsContext::cgContext()
return cgContext;
}
-ContextContainer::ContextContainer(GraphicsContext* graphicsContext,
- IntRect clipRect)
- : m_skiaBitLocker(graphicsContext->canvas(),
- ThemeMac::inflateRectForAA(clipRect),
- graphicsContext->deviceScaleFactor())
-{
-}
-
}
« no previous file with comments | « Source/platform/mac/LocalCurrentGraphicsContext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698