summaryrefslogtreecommitdiffstats
path: root/shared/render_widget_host_view_qt.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix an assert in RenderWidgetHostImpl::GetBackingStore.Jocelyn Turcotte2013-06-101-1/+9
| | | | Also carry the damaged rect to QWidget|QPaintedItem::update.
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-101-0/+142
process uses the same code as lib and decides at runtime which code to run. Fix the debug build by making sure that all infrastructure code is available in both process and lib by building common code not shared directly through chromium sources in a separate static lib.