Title: [120460] trunk/Source/WebCore
Revision
120460
Author
[email protected]
Date
2012-06-15 08:18:59 -0700 (Fri, 15 Jun 2012)

Log Message

[Chromium] Unreviewed debug build fix for r120457

Patch by Florin Malita <[email protected]> on 2012-06-15

* platform/graphics/chromium/cc/CCDrawQuad.cpp:
(WebCore::CCDrawQuad::toYUVVideoDrawQuad):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120459 => 120460)


--- trunk/Source/WebCore/ChangeLog	2012-06-15 15:15:01 UTC (rev 120459)
+++ trunk/Source/WebCore/ChangeLog	2012-06-15 15:18:59 UTC (rev 120460)
@@ -1,3 +1,10 @@
+2012-06-15  Florin Malita  <[email protected]>
+
+        [Chromium] Unreviewed debug build fix for r120457
+
+        * platform/graphics/chromium/cc/CCDrawQuad.cpp:
+        (WebCore::CCDrawQuad::toYUVVideoDrawQuad):
+
 2012-06-15  'Pavel Feldman'  <[email protected]>
 
         Not reviewed: remove redundant Mac-specific style rule from inspector front-end.

Modified: trunk/Source/WebCore/platform/graphics/chromium/cc/CCDrawQuad.cpp (120459 => 120460)


--- trunk/Source/WebCore/platform/graphics/chromium/cc/CCDrawQuad.cpp	2012-06-15 15:15:01 UTC (rev 120459)
+++ trunk/Source/WebCore/platform/graphics/chromium/cc/CCDrawQuad.cpp	2012-06-15 15:18:59 UTC (rev 120460)
@@ -116,7 +116,7 @@
 
 const CCYUVVideoDrawQuad* CCDrawQuad::toYUVVideoDrawQuad() const
 {
-    ASSERT(m_material == VideoContent);
+    ASSERT(m_material == YUVVideoContent);
     return static_cast<const CCYUVVideoDrawQuad*>(this);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to