Title: [98904] branches/safari-534.52-branch/Source/WebCore
- Revision
- 98904
- Author
- [email protected]
- Date
- 2011-10-31 16:19:19 -0700 (Mon, 31 Oct 2011)
Log Message
Updated fix for r98470.
Modified Paths
Diff
Modified: branches/safari-534.52-branch/Source/WebCore/ChangeLog (98903 => 98904)
--- branches/safari-534.52-branch/Source/WebCore/ChangeLog 2011-10-31 23:18:49 UTC (rev 98903)
+++ branches/safari-534.52-branch/Source/WebCore/ChangeLog 2011-10-31 23:19:19 UTC (rev 98904)
@@ -1,3 +1,12 @@
+2011-10-31 Matthew Delaney <[email protected]>
+
+ Updating patch for revision 98470 to include proper flag name.
+
+ Reviewed by Mark Rowe.
+
+ * platform/graphics/cg/ImageBufferCG.cpp:
+ (WebCore::ImageBuffer::context): Updated flag name.
+
2011-10-31 Lucas Forschler <[email protected]>
Merge 98389
Modified: branches/safari-534.52-branch/Source/WebCore/platform/graphics/cg/ImageBufferCG.cpp (98903 => 98904)
--- branches/safari-534.52-branch/Source/WebCore/platform/graphics/cg/ImageBufferCG.cpp 2011-10-31 23:18:49 UTC (rev 98903)
+++ branches/safari-534.52-branch/Source/WebCore/platform/graphics/cg/ImageBufferCG.cpp 2011-10-31 23:19:19 UTC (rev 98904)
@@ -177,7 +177,7 @@
GraphicsContext* ImageBuffer::context() const
{
// Force a flush if last flush was more than 20ms ago
- if (m_context->isAcceleratedContext()) {
+ if (m_accelerateRendering) {
double elapsedTime = currentTimeMS() - m_data.m_lastFlushTime;
double maxFlushInterval = 20; // in ms
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes