Bug 68825 - Remove an old DrawingAreaProxy::paint member function
Summary: Remove an old DrawingAreaProxy::paint member function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-26 12:27 PDT by Anders Carlsson
Modified: 2011-09-26 23:13 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.04 KB, patch)
2011-09-26 12:27 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-09-26 12:27:36 PDT
Remove an old DrawingAreaProxy::paint member function
Comment 1 Anders Carlsson 2011-09-26 12:27:58 PDT
Created attachment 108708 [details]
Patch
Comment 2 Anders Carlsson 2011-09-26 12:56:57 PDT
Committed r95982: <http://trac.webkit.org/changeset/95982>
Comment 3 Csaba Osztrogonác 2011-09-26 14:02:25 PDT
It broke Qt-WK2 build:

/ramdisk/qt-linux-32-release-webkit2/build/Source/WebKit2/UIProcess/qt/qtouchwebpageproxy.cpp: In member function ‘virtual void QTouchWebPageProxy::paintContent(QPainter*, const QRect&)’:
/ramdisk/qt-linux-32-release-webkit2/build/Source/WebKit2/UIProcess/qt/qtouchwebpageproxy.cpp:52: error: ‘class WebKit::DrawingAreaProxy’ has no member named ‘paint’
Comment 4 Csaba Osztrogonác 2011-09-26 23:13:10 PDT
Qt-WK2 fix landed in http://trac.webkit.org/changeset/96051