RESOLVED FIXED 52323
Begin stubbing out some more BackingStore member functions
https://bugs.webkit.org/show_bug.cgi?id=52323
Summary Begin stubbing out some more BackingStore member functions
Anders Carlsson
Reported 2011-01-12 14:21:09 PST
Begin stubbing out some more BackingStore member functions
Attachments
Patch (11.06 KB, patch)
2011-01-12 14:23 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-01-12 14:23:17 PST
WebKit Review Bot
Comment 2 2011-01-12 14:26:29 PST
Attachment 78731 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'WebKit2/ChangeLog', u'WebKit2/UIProcess/Ba..." exit_code: 1 WebKit2/UIProcess/BackingStore.h:38: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Sam Weinig
Comment 3 2011-01-12 14:29:13 PST
Comment on attachment 78731 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=78731&action=review > WebKit2/UIProcess/BackingStore.h:39 > +namespace WebCore { > + class IntRect; > +} The style checker will not like this. > WebKit2/UIProcess/BackingStore.h:65 > WebPageProxy* m_webPageProxy; It doesn't seem like this should be necessary.
Anders Carlsson
Comment 4 2011-01-12 14:34:42 PST
Note You need to log in before you can comment on or make changes to this bug.