webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
WebKit::UpdateInfo Class Reference

#include <UpdateInfo.h>

Public Member Functions

 UpdateInfo ()
 
void encode (IPC::Encoder &) const
 

Static Public Member Functions

static bool decode (IPC::Decoder &, UpdateInfo &)
 

Public Attributes

WebCore::IntSize viewSize
 
float deviceScaleFactor
 
WebCore::IntRect scrollRect
 
WebCore::IntSize scrollOffset
 
WebCore::IntRect updateRectBounds
 
Vector< WebCore::IntRectupdateRects
 
float updateScaleFactor
 
ShareableBitmap::Handle bitmapHandle
 
WebCore::IntPoint bitmapOffset
 

Constructor & Destructor Documentation

◆ UpdateInfo()

WebKit::UpdateInfo::UpdateInfo ( )
inline

Member Function Documentation

◆ decode()

bool WebKit::UpdateInfo::decode ( IPC::Decoder decoder,
UpdateInfo result 
)
static

◆ encode()

void WebKit::UpdateInfo::encode ( IPC::Encoder encoder) const

Member Data Documentation

◆ bitmapHandle

ShareableBitmap::Handle WebKit::UpdateInfo::bitmapHandle

◆ bitmapOffset

WebCore::IntPoint WebKit::UpdateInfo::bitmapOffset

◆ deviceScaleFactor

float WebKit::UpdateInfo::deviceScaleFactor

◆ scrollOffset

WebCore::IntSize WebKit::UpdateInfo::scrollOffset

◆ scrollRect

WebCore::IntRect WebKit::UpdateInfo::scrollRect

◆ updateRectBounds

WebCore::IntRect WebKit::UpdateInfo::updateRectBounds

◆ updateRects

Vector<WebCore::IntRect> WebKit::UpdateInfo::updateRects

◆ updateScaleFactor

float WebKit::UpdateInfo::updateScaleFactor

◆ viewSize

WebCore::IntSize WebKit::UpdateInfo::viewSize

The documentation for this class was generated from the following files: