Title: [248915] trunk/Source/WebCore
Revision
248915
Author
justin_...@apple.com
Date
2019-08-20 13:40:32 -0700 (Tue, 20 Aug 2019)

Log Message

Unreviewed comment follow-up for https://bugs.webkit.org/show_bug.cgi?id=200752.

* html/canvas/GPUBasedCanvasRenderingContext.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (248914 => 248915)


--- trunk/Source/WebCore/ChangeLog	2019-08-20 19:59:00 UTC (rev 248914)
+++ trunk/Source/WebCore/ChangeLog	2019-08-20 20:40:32 UTC (rev 248915)
@@ -1,3 +1,9 @@
+2019-08-20  Justin Fan  <justin_...@apple.com>
+
+        Unreviewed comment follow-up for https://bugs.webkit.org/show_bug.cgi?id=200752.
+
+        * html/canvas/GPUBasedCanvasRenderingContext.h:
+
 2019-08-16  Ryosuke Niwa  <rn...@webkit.org>
 
         The default tab index of output and fieldset should be -1

Modified: trunk/Source/WebCore/html/canvas/GPUBasedCanvasRenderingContext.h (248914 => 248915)


--- trunk/Source/WebCore/html/canvas/GPUBasedCanvasRenderingContext.h	2019-08-20 19:59:00 UTC (rev 248914)
+++ trunk/Source/WebCore/html/canvas/GPUBasedCanvasRenderingContext.h	2019-08-20 20:40:32 UTC (rev 248915)
@@ -53,7 +53,7 @@
     virtual void markLayerComposited() = 0;
 
 protected:
-    GPUBasedCanvasRenderingContext(CanvasBase&);
+    explicit GPUBasedCanvasRenderingContext(CanvasBase&);
 
     HTMLCanvasElement* htmlCanvas() const;
     void notifyCanvasContentChanged();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to