WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
173605
Pass the argument of DrawingArea::shouldUseTiledBackingForFrameView by reference
https://bugs.webkit.org/show_bug.cgi?id=173605
Summary
Pass the argument of DrawingArea::shouldUseTiledBackingForFrameView by reference
Frédéric Wang (:fredw)
Reported
2017-06-20 09:55:35 PDT
This function is only called from WebChromeClient::shouldUseTiledBackingForFrameView where the frame view is already available as a reference, so we don't really need to convert it to a pointer. This will avoid to do nullchecks in the derived classes.
Attachments
Patch
(6.79 KB, patch)
2017-06-20 10:05 PDT
,
Frédéric Wang (:fredw)
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Frédéric Wang (:fredw)
Comment 1
2017-06-20 10:05:38 PDT
Created
attachment 313410
[details]
Patch
Frédéric Wang (:fredw)
Comment 2
2017-06-20 23:24:59 PDT
Committed
r218625
: <
http://trac.webkit.org/changeset/218625
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug