RESOLVED FIXED 75044
Make it possible to use contents layers in scrollbars
https://bugs.webkit.org/show_bug.cgi?id=75044
Summary Make it possible to use contents layers in scrollbars
Anders Carlsson
Reported 2011-12-21 14:50:17 PST
Make it possible to use contents layers in scrollbars
Attachments
Patch (4.51 KB, patch)
2011-12-21 14:54 PST, Anders Carlsson
simon.fraser: review+
Anders Carlsson
Comment 1 2011-12-21 14:54:31 PST
Simon Fraser (smfr)
Comment 2 2011-12-21 14:56:52 PST
Comment on attachment 120224 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120224&action=review > Source/WebCore/page/ScrollingCoordinator.h:63 > + void frameViewHorizontalScrollbarLayerDidChange(FrameView*, GraphicsLayer*); Could be nice to denote which GraphicsLayer is getting passed in here. Is it the scrollbar's?
WebKit Review Bot
Comment 3 2011-12-21 14:57:19 PST
Attachment 120224 [details] did not pass style-queue: Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9 Updating OpenSource From git://git.webkit.org/WebKit 578c1d3..eac27da master -> origin/master Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ... Currently at 103460 = 578c1d3f4da422dcdedb98687c619ba79bfeb36f r103461 = eac27daf25de1abb134b31a11fba2a7be9e63e0c Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc First, rewinding head to replay your work on top of it... Applying: Inform the scrolling coordinator when scrollbar layers come and go Using index info to reconstruct a base tree... <stdin>:474806: trailing whitespace. [Chromium] DatabaseTrackerChromium: iterating DatabaseSet races with Database disposal on worker thread <stdin>:474827: trailing whitespace. Nothing to test, just removing redundant code. Correct behavior tested by <stdin>:475346: trailing whitespace. warning: 3 lines add whitespace errors. Falling back to patching base and 3-way merge... warning: too many files (created: 167249 deleted: 3), skipping inexact rename detection Auto-merging LayoutTests/ChangeLog CONFLICT (content): Merge conflict in LayoutTests/ChangeLog Auto-merging LayoutTests/platform/chromium/test_expectations.txt Auto-merging Source/WebCore/ChangeLog CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog Auto-merging Source/WebCore/rendering/RenderLayerCompositor.cpp CONFLICT (content): Merge conflict in Source/WebCore/rendering/RenderLayerCompositor.cpp Auto-merging Source/WebKit2/ChangeLog CONFLICT (content): Merge conflict in Source/WebKit2/ChangeLog Auto-merging Tools/ChangeLog CONFLICT (content): Merge conflict in Tools/ChangeLog Auto-merging Tools/Scripts/build-webkit Auto-merging Tools/Scripts/webkitdirs.pm CONFLICT (content): Merge conflict in Tools/Scripts/webkitdirs.pm Failed to merge in the changes. Patch failed at 0001 Inform the scrolling coordinator when scrollbar layers come and go When you have resolved this problem run "git rebase --continue". If you would prefer to skip this patch, instead run "git rebase --skip". To restore the original branch and stop rebasing run "git rebase --abort". rebase refs/remotes/origin/master: command returned error: 1 Died at Tools/Scripts/update-webkit line 158. If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 4 2011-12-21 15:02:53 PST
Note You need to log in before you can comment on or make changes to this bug.