summaryrefslogtreecommitdiffstats
path: root/cc/blink/web_layer_impl_fixed_bounds.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch to standard integer types in cc/.avi2015-12-211-0/+1
| | | | | | | | | | BUG=138542 TBR=danakj@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1539203002 Cr-Commit-Position: refs/heads/master@{#366333}
* Enforce marking "override" for functions overriding Blink in cc/.avi2015-09-241-1/+1
| | | | | | | | | | BUG=535367 TEST=it all stays working CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1360283003 Cr-Commit-Position: refs/heads/master@{#350566}
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-141-6/+6
| | | | | | | | | | | And make cc/ all linter clean. R=enne BUG=422353 Review URL: https://codereview.chromium.org/720323002 Cr-Commit-Position: refs/heads/master@{#304136}
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
| | | | | | | | | | | Geometry headers were moved from /ui/gfx/ to ui/gfx/geometry. Updating includes accordingly. BUG=395370 Review URL: https://codereview.chromium.org/660333004 Cr-Commit-Position: refs/heads/master@{#300902}
* cc: Remove WebLayerImpl::invalidateRect(WebFloatRect)danakj2014-10-151-7/+7
| | | | | | | | | | | | The base method was removed in https://codereview.chromium.org/646133002/ so this is dead code. R=enne BUG=342848 Review URL: https://codereview.chromium.org/638213004 Cr-Commit-Position: refs/heads/master@{#299773}
* Add a WebRect version of invalidateRect to WebLayerImplFixedBoundsDana Jansens2014-10-141-1/+2
| | | | | | | | | R=enne@chromium.org, enne BUG=342848 Review URL: https://codereview.chromium.org/655863002 Cr-Commit-Position: refs/heads/master@{#299511}
* Move blink<->cc bindings to cc/blinkjamesr@chromium.org2014-08-191-0/+50
These files provide the implementations of the public Blink API that bind to the cc implementation. This moves them out of content/ into a subdirectory of cc/ so that we can reuse these files in mojo which can depend on cc/ and on blink but not on content/. To make sure we don't introduce dependencies from cc/ on blink proper, cc/DEPS forbids including cc/blink/ and cc/blink/DEPS allows using the blink headers. cc_blink is built as a separate component to avoid linking anything from blink into targets that don't care about the blink bindings (such as the browser compositor). R=darin@chromium.org Review URL: https://codereview.chromium.org/470983004 Cr-Commit-Position: refs/heads/master@{#290464} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290464 0039d316-1c4b-4281-b951-d872f2087c98