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

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

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/core/rendering/RenderThemeChromiumMac.mm ('k') | Source/platform/mac/LocalCurrentGraphicsContext.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/LocalCurrentGraphicsContext.h
diff --git a/Source/platform/mac/LocalCurrentGraphicsContext.h b/Source/platform/mac/LocalCurrentGraphicsContext.h
index 6beef69584cfe83ffc5b3e0e8a8d71b9a3493489..394c270260da2c07c855643dc33efceedadf868d 100644
--- a/Source/platform/mac/LocalCurrentGraphicsContext.h
+++ b/Source/platform/mac/LocalCurrentGraphicsContext.h
@@ -44,17 +44,4 @@ private:
gfx::SkiaBitLocker m_skiaBitLocker;
};
-class PLATFORM_EXPORT ContextContainer {
- WTF_MAKE_NONCOPYABLE(ContextContainer);
-public:
- ContextContainer(GraphicsContext*, IntRect clipRect);
-
- // This synchronizes the CGContext to reflect the current SkCanvas state.
- // The implementation may not return the same CGContext each time.
- CGContextRef context() { return m_skiaBitLocker.cgContext(); }
-
-private:
- gfx::SkiaBitLocker m_skiaBitLocker;
-};
-
}
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumMac.mm ('k') | Source/platform/mac/LocalCurrentGraphicsContext.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698