Bug 101059 - USE(ACCELERATED_COMPOSITING) mismatch between DrawingArea and DrawingAreaImpl
Summary: USE(ACCELERATED_COMPOSITING) mismatch between DrawingArea and DrawingAreaImpl
Status: RESOLVED DUPLICATE of bug 101427
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 101056 101058 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-02 08:21 PDT by peavo
Modified: 2022-03-01 03:02 PST (History)
3 users (show)

See Also:


Attachments
Patch diff (1.40 KB, patch)
2012-11-02 08:53 PDT, peavo
no flags Details | Formatted Diff | Diff
Patch (1.54 KB, patch)
2012-11-05 07:13 PST, peavo
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2012-11-02 08:21:55 PDT
Some methods in WebProcess/WebPage/DrawingAreaImpl.h with the override keyword, does not seem to override any methods.
Comment 1 peavo 2012-11-02 08:53:46 PDT
Created attachment 172070 [details]
Patch diff
Comment 2 peavo 2012-11-02 11:30:25 PDT
*** Bug 101056 has been marked as a duplicate of this bug. ***
Comment 3 peavo 2012-11-02 11:31:07 PDT
*** Bug 101058 has been marked as a duplicate of this bug. ***
Comment 4 Alexey Proskuryakov 2012-11-02 12:52:59 PDT
Comment on attachment 172070 [details]
Patch diff

This is not the right fix. These functions do exist in base class, but behind an ifdef. Looks like these ones should be inside an ifdef, too.
Comment 5 peavo 2012-11-05 07:13:28 PST
Created attachment 172330 [details]
Patch
Comment 6 peavo 2012-11-12 06:04:00 PST

*** This bug has been marked as a duplicate of bug 101427 ***