Bug 93480 - [BlackBerry] Make WebOverlayPrivate::scheduleCompositingRun a WebPagePrivate method.
Summary: [BlackBerry] Make WebOverlayPrivate::scheduleCompositingRun a WebPagePrivate ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords:
Depends on:
Blocks: 93482
  Show dependency treegraph
 
Reported: 2012-08-08 07:41 PDT by Antonio Gomes
Modified: 2012-08-08 12:24 PDT (History)
7 users (show)

See Also:


Attachments
patch (4.19 KB, patch)
2012-08-08 08:29 PDT, Antonio Gomes
no flags Details | Formatted Diff | Diff
patch - fixed style errors (4.15 KB, patch)
2012-08-08 09:28 PDT, Antonio Gomes
rwlbuis: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2012-08-08 07:41:01 PDT
PR #188682


... this way it can be used by others
Comment 1 Antonio Gomes 2012-08-08 08:29:38 PDT
Created attachment 157226 [details]
patch
Comment 2 WebKit Review Bot 2012-08-08 08:33:28 PDT
Attachment 157226 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/blackberry/Api/WebOverlay.cp..." exit_code: 1
Source/WebKit/blackberry/Api/WebPage.cpp:149:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Antonio Gomes 2012-08-08 09:28:11 PDT
Created attachment 157236 [details]
patch - fixed style errors
Comment 4 Rob Buis 2012-08-08 09:31:52 PDT
Comment on attachment 157236 [details]
patch - fixed style errors

LGTM.
Comment 5 Antonio Gomes 2012-08-08 12:24:18 PDT
Committed <http://trac.webkit.org/changeset/125070>