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

Unified Diff: sky/engine/platform/graphics/GraphicsContext.cpp.rej

Issue 1174253003: Make the stocks popup menu fade in (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/engine/core/painting/Rect.cpp ('k') | sky/engine/platform/graphics/GraphicsContext.h.rej » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/GraphicsContext.cpp.rej
diff --git a/sky/engine/platform/graphics/GraphicsContext.cpp.rej b/sky/engine/platform/graphics/GraphicsContext.cpp.rej
deleted file mode 100644
index 8abf473393eb810b10465b2c9bb5fb99930103ba..0000000000000000000000000000000000000000
--- a/sky/engine/platform/graphics/GraphicsContext.cpp.rej
+++ /dev/null
@@ -1,22 +0,0 @@
---- platform/graphics/GraphicsContext.cpp
-+++ platform/graphics/GraphicsContext.cpp
-@@ -419,19 +419,6 @@
- paint->setLCDRenderText(couldUseLCDRenderedText());
- }
-
--bool GraphicsContext::couldUseLCDRenderedText() const
--{
-- ASSERT(m_canvas);
-- // Our layers only have a single alpha channel. This means that subpixel
-- // rendered text cannot be composited correctly when the layer is
-- // collapsed. Therefore, subpixel text is contextDisabled when we are drawing
-- // onto a layer.
-- if (contextDisabled() || m_canvas->isDrawingToLayer() || !isCertainlyOpaque())
-- return false;
--
-- return shouldSmoothFonts();
--}
--
- void GraphicsContext::setCompositeOperation(CompositeOperator compositeOperation, WebBlendMode blendMode)
- {
- if (contextDisabled())
« no previous file with comments | « sky/engine/core/painting/Rect.cpp ('k') | sky/engine/platform/graphics/GraphicsContext.h.rej » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698