Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Issue 23533013: Have RenderView's enclosingSeamlessRenderer() take a Document reference in argument (Closed)

Created:
7 years, 3 months ago by do-not-use
Modified:
7 years, 3 months ago
Reviewers:
tkent, dglazkov
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Visibility:
Public.

Description

Have RenderView's enclosingSeamlessRenderer() take a Document reference in argument Have RenderView's enclosingSeamlessRenderer() take a Document reference in argument instead of a pointer since the document can never be NULL. This avoids having to convert a reference into a pointer at the call sites and gets rid of a useless null-check. BUG=281400 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157099

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -6 lines) Patch
M Source/core/rendering/RenderView.cpp View 3 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
do-not-use
7 years, 3 months ago (2013-09-02 13:54:23 UTC) #1
tkent
lgtm
7 years, 3 months ago (2013-09-03 02:18:49 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/23533013/1
7 years, 3 months ago (2013-09-03 02:19:04 UTC) #3
commit-bot: I haz the power
7 years, 3 months ago (2013-09-03 03:36:45 UTC) #4
Message was sent while issue was closed.
Change committed as 157099

Powered by Google App Engine
This is Rietveld 408576698