Title: [95177] trunk/Source/WebCore
- Revision
- 95177
- Author
- kei...@webkit.org
- Date
- 2011-09-15 00:56:20 -0700 (Thu, 15 Sep 2011)
Log Message
[chromium] Build fix: Remove use of GraphicsContext::setIsAcceleratedContext
r95174 introduced GraphicsContext::setIsAcceleratedContext into Skia code and caused chromium builds to fail.
* platform/graphics/skia/ImageBufferSkia.cpp:
(WebCore::ImageBuffer::ImageBuffer):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (95176 => 95177)
--- trunk/Source/WebCore/ChangeLog 2011-09-15 07:41:02 UTC (rev 95176)
+++ trunk/Source/WebCore/ChangeLog 2011-09-15 07:56:20 UTC (rev 95177)
@@ -1,3 +1,12 @@
+2011-09-15 Keishi Hattori <kei...@webkit.org>
+
+ [chromium] Build fix: Remove use of GraphicsContext::setIsAcceleratedContext
+
+ r95174 introduced GraphicsContext::setIsAcceleratedContext into Skia code and caused chromium builds to fail.
+
+ * platform/graphics/skia/ImageBufferSkia.cpp:
+ (WebCore::ImageBuffer::ImageBuffer):
+
2011-09-15 Yuta Kitamura <yu...@chromium.org>
ThreadableWebSocketChannelClientWrapper shouldn't have a String in it.
Modified: trunk/Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp (95176 => 95177)
--- trunk/Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp 2011-09-15 07:41:02 UTC (rev 95176)
+++ trunk/Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp 2011-09-15 07:56:20 UTC (rev 95177)
@@ -100,7 +100,6 @@
if (texture.get()) {
m_data.m_canvas->setDevice(new SkGpuDevice(gr, texture.get()))->unref();
m_context->platformContext()->setGraphicsContext3D(context3D);
- m_context->setIsAcceleratedContext(true);
#if USE(ACCELERATED_COMPOSITING)
m_data.m_platformLayer = Canvas2DLayerChromium::create(context3D);
m_data.m_platformLayer->setTextureId(texture.get()->getTextureHandle());
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes