Skip to content
Snippets Groups Projects
SetContinuousPaintingEnabledCommandResponse.cs 372 B
Newer Older
  • Learn to ignore specific revisions
  • using MasterDevs.ChromeDevTools;
    using Newtonsoft.Json;
    using System.Collections.Generic;
    
    namespace MasterDevs.ChromeDevTools.Protocol.Rendering
    {
    	/// <summary>
    	/// Requests that backend enables continuous painting
    	/// </summary>
    	[CommandResponse(ProtocolName.Rendering.SetContinuousPaintingEnabled)]
    	public class SetContinuousPaintingEnabledCommandResponse
    	{
    	}
    }