WebKit Bugzilla
Attachment 359571 Details for
Bug 193604
: Adjust WKDrawingView protocol method name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193604-20190118182850.patch (text/plain), 1.26 KB, created by
Tim Horton
on 2019-01-18 18:28:51 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2019-01-18 18:28:51 PST
Size:
1.26 KB
patch
obsolete
>Subversion Revision: 240189 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index d771bef9cf6895523ecfdb0a2f9fb75cf7ea80e0..af52da032c78b7e59ce31826502fefb09894e600 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,14 @@ >+2019-01-18 Tim Horton <timothy_horton@apple.com> >+ >+ Adjust WKDrawingView protocol method name >+ https://bugs.webkit.org/show_bug.cgi?id=193604 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/ios/WKDrawingView.mm: >+ (-[WKDrawingView canvasViewDrawingDidChange:]): >+ (-[WKDrawingView drawingDidChange:]): Deleted. >+ > 2019-01-18 Daniel Bates <dabates@apple.com> > > Fix some build issues. >diff --git a/Source/WebKit/UIProcess/ios/WKDrawingView.mm b/Source/WebKit/UIProcess/ios/WKDrawingView.mm >index df1d0c543124f8c0c36ed2a41b367cadf00e2a6b..5c48b39b7f3e4bdc91e6f322fd936451c1960e72 100644 >--- a/Source/WebKit/UIProcess/ios/WKDrawingView.mm >+++ b/Source/WebKit/UIProcess/ios/WKDrawingView.mm >@@ -163,7 +163,7 @@ - (void)loadDrawingFromPNGRepresentation:(NSData *)PNGData > [_pencilView setDrawing:drawing.get()]; > } > >-- (void)drawingDidChange:(PKCanvasView *)canvasView >+- (void)canvasViewDrawingDidChange:(PKCanvasView *)canvasView > { > [self invalidateAttachment]; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193604
: 359571